Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 1.3] Integration Tests for Security Config Initialization #4134

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

cwperks
Copy link
Member

@cwperks cwperks commented Mar 19, 2024

Description

Backport integration tests #3810 to 1.3

The main issue with the backport here was the port for the security admin script. In versions >= 2.0 the securityadmin script expects the port to be the HTTP port, but in <= 1.3 the port needed to be changed to the transport port.

This also removes references to onBehalfOf which is not in the 1.X line.

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…n when security config initialization has completed

Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Copy link
Member

@peternied peternied left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for getting these tests included

@peternied peternied merged commit 09032ad into opensearch-project:1.3 Mar 19, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants